home *** CD-ROM | disk | FTP | other *** search
- package com.extensibility.xa;
-
- import com.extensibility.xml.AttributeDeclaration;
- import com.extensibility.xml.dt.DataType;
-
- class AggregateAttributeDecl$3 implements AggregateAttributeDecl.Operation {
- // $FF: synthetic field
- final DataType val$newDataType;
- // $FF: synthetic field
- final AggregateAttributeDecl this$0;
-
- public void performOperation(AttributeDeclaration var1) {
- if (this.this$0.getGlobal() == null || this.this$0.nullEquals(this.this$0.getGlobal().getDataType(), var1.getDataType())) {
- var1.setDataType(this.val$newDataType);
- }
-
- }
-
- AggregateAttributeDecl$3(DataType var1, AggregateAttributeDecl var2) {
- this.val$newDataType = var1;
- this.this$0 = var2;
- }
- }
-